From 271cfe07aa5691cb50c81e80d99c5070c11bd07d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 3 Oct 2004 01:31:12 +0000 Subject: [PATCH] * Fix XHTML validity error for pages with apostrophe (bug introduced in head, 1.3 looks quoted properly) --- includes/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index f0c8a8aa27..0f42b6f5e3 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -127,7 +127,7 @@ class PageHistory { $s = '

' . wfMsg( 'histlegend' ) . '

'; $s .= '
'; $prefixedkey = htmlspecialchars($wgTitle->getPrefixedDbKey()); - $s .= "\n"; + $s .= "\n"; $s .= !empty($this->submitbuttonhtml1) ? $this->submitbuttonhtml1."\n":''; $s .= '